home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14058 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  698 b 

  1. Path: news.tamu.edu!news
  2. From: Norman James <vaphtech@vetmed.tamu.edu>
  3. Newsgroups: comp.lang.c++
  4. Subject: Combo boxes in Visual C++ 4.0
  5. Date: Thu, 28 Mar 1996 09:04:05 -0600
  6. Organization: Texas A&M University
  7. Message-ID: <315AAA65.1039@vetmed.tamu.edu>
  8. NNTP-Posting-Host: vaph-admin.tamu.edu
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.01 (Win95; I)
  13.  
  14. I'm can't seem to add items to a combobox.
  15.  
  16. With a listbox, I created a CListBox object with the Class
  17. Wizard then use the AddString() member function to add
  18. a string.  This works fine.  When I do the same with a 
  19. combobox, the strings don't appear in it.
  20.  
  21. Thanks
  22.  
  23. Norman James
  24.